home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / slack-docs / inn / etc / rc.d / rc.local
Encoding:
Text File  |  1995-01-04  |  216 b   |  10 lines

  1. #! /bin/sh
  2. # Put any local setup commands in here
  3. # Running selection
  4. echo "Running selection..."
  5. selection -t msc &
  6. # Load custom keyboard map
  7. sh /etc/rc.d/rc.keymap
  8. # Start the INN daemon
  9. /usr/lib/news/etc/rc.news
  10.